home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 97 / CD-ROM 97 / CD-ROM 97.iso / compl / studio7 / Setup / data1.cab / Driver_INF / Dvcam.inf
Encoding:
Windows Setup INFormation  |  2001-10-17  |  3.5 KB  |  137 lines

  1. ;
  2. ; DVcam.INF  -- This file contains installation information for DVcam
  3. ; Copyright (c) 1999 Texas Instruments, Incorporated
  4. ;
  5.  
  6. [Version]
  7. LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
  8. signature="$CHICAGO$"
  9. ;CatalogFile=DVCam.CAT
  10. Class=MEDIA
  11. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  12. Provider=%TI%
  13.  
  14. [ControlFlags]
  15. ExcludeFromSelect=*
  16.  
  17. [Manufacturer]
  18. %TIMfg%=TI
  19.  
  20. [DestinationDirs]
  21. defaultdestdir=11
  22. DVcam.CopyDrivers=10,system32\drivers
  23.  
  24. [TI]
  25. %1394\A02D&10001.DeviceDesc%=DVcam.Device,1394\A02D&10001
  26. %1394\A02D&10000.DeviceDesc%=DVcam.Device,1394\A02D&10000
  27.  
  28. [DVcam.Device]
  29. Include=    ks.inf, kscaptur.inf
  30. Needs=      KS.Registration,KSCAPTUR.Registration
  31. AddReg=     DVcam.AddReg,TI.VidFormat, TI.PinNames
  32. CopyFiles=  DVcam.CopyDrivers
  33. DelFiles=   DVcam.DelDrivers
  34. KnownFiles= DVcam.KnownFiles
  35.  
  36. [DVcam.Device.NT]
  37. Include=    ks.inf, kscaptur.inf, ksfilter.inf
  38. Needs=      KS.Registration,KSCAPTUR.Registration.NT,MSPCLOCK.Installation
  39. AddReg=     DVcam.AddReg,TI.VidFormat, TI.PinNames
  40. CopyFiles=  DVcam.CopyDrivers
  41. DelFiles=   DVcam.DelDrivers
  42. KnownFiles= DVcam.KnownFiles
  43.  
  44. [DVcam.AddReg]
  45. HKR,,DevLoader,,*ntkern
  46. HKR,,NTMPDriver,,DVcam.sys
  47. ;HKR,,PageOutWhenUnopened,3,01 
  48. HKR,,DontSuspendIfStreamsAreRunning,3,01
  49.  
  50. [TI.PinNames]
  51. HKLM,%MediaCategories%\%GUID.DVAVOutput%,Name,,%Pin.DVAVOutput%
  52. HKLM,%MediaCategories%\%GUID.DVAVOutput%,Display,1,00,00,00,00
  53. HKLM,%MediaCategories%\%GUID.DVAVInput%,Name,,%Pin.DVAVInput%
  54. HKLM,%MediaCategories%\%GUID.DVAVInput%,Display,1,00,00,00,00
  55.  
  56. [DVcam.CopyDrivers]
  57. ;DVcam.sys
  58. stream.sys
  59.  
  60. [DVcam.DelDrivers]
  61. ks.sys,,,1
  62. stream.sys,,,1
  63. dvcam.sys,,,1
  64.  
  65. [DVcam.KnownFiles]
  66. DVcam.sys=safe
  67.  
  68. [DVcam.Device.Interfaces]
  69. AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,VideoCapture
  70.  
  71. [DVcam.Device.NT.Interfaces]
  72. AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,VideoCapture
  73.  
  74. [VideoCapture]
  75. AddReg=VideoCapture.AddReg
  76.  
  77. [VideoCapture.AddReg]
  78. HKR,,CLSID,,%ProxyVcap.CLSID%
  79. HKR,,FriendlyName,,%DVCam.Capture%
  80.  
  81. [DVcam.Device.NT.Services]
  82. AddService = DVcam,0x00000002,DVcam.ServiceInstall
  83.  
  84. [DVcam.ServiceInstall]
  85. DisplayName   = %DVcam.DeviceDesc%
  86. ServiceType   = %SERVICE_KERNEL_DRIVER%
  87. StartType     = %SERVICE_DEMAND_START%
  88. ErrorControl  = %SERVICE_ERROR_NORMAL%
  89. ServiceBinary = %10%\system32\drivers\DVcam.sys
  90.  
  91. [SourceDisksNames]
  92. 1 = "Studio DV Drivers Disk",,,%10%\system32\drivers
  93.  
  94. [SourceDisksFiles]
  95. dvcam.sys = 1,,
  96.  
  97. ;---------------------------------------------------------------
  98. ;                S t r i n g s
  99. ;---------------------------------------------------------------
  100.  
  101. [Strings]
  102. TI="Texas Instruments"
  103. CameraClassName="Camcorder device"
  104.  
  105. ;----------------
  106. ; Non-Localizable
  107. ;----------------
  108.  
  109. ; note: only register value is case sensitive, key is not.
  110. ProxyVCap.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
  111.  
  112. GUID.DVAVOutput="{43A57DC0-2BC0-11d2-BF31-00600838D2C9}"
  113. GUID.DVAVInput="{43A57DC1-2BC0-11d2-BF31-00600838D2C9}"
  114.  
  115. KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
  116. Pin.DVAVOutput="DVOut (Type1)"
  117. Pin.DVAVInput="DVIn (Type1)"
  118.  
  119. SERVICE_KERNEL_DRIVER=1
  120. ; PnP should use demand start
  121. SERVICE_DEMAND_START=3
  122. SERVICE_ERROR_NORMAL=1
  123.  
  124. SERVICE_KERNEL_DRIVER=1
  125. SERVICE_AUTO_START=2
  126.  
  127. MediaCategories="SYSTEM\CurrentControlSet\Control\MediaCategories"
  128. ;----------------
  129. ; Localizable
  130. ;----------------
  131. TIMfg="Texas Instruments"
  132. 1394\A02D&10000.DeviceDesc="1394 DV Camcorder"
  133. 1394\A02D&10001.DeviceDesc="1394 DV Camcorder"
  134.  
  135. DVcam.DeviceDesc="DVCam Capture"
  136. DVcam.Capture="DVcam Capture"
  137.